home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 43
/
Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso
/
Aminet
/
game
/
misc
/
WormWars.lha
/
WormWars
/
Source
/
qdraw020.h
< prev
next >
Wrap
C/C++ Source or Header
|
2001-04-21
|
370b
|
14 lines
/* qdraw020.h */
struct QDPlaneInfo
{
PLANEPTR pi_Planes[4]; /* ScreenPtr->RastPort.BitMap->Planes[] */
ULONG pi_BPR,pi_PlaneSZ; /* bitmap->BytesPerRow, BPR*rows */
};
/* qdraw020.o */
void __regargs qdraw020(struct QDPlaneInfo *pi,LONG x,LONG y,WORD *data);
/* qdraw020iso.o */
void __regargs qdraw020iso(struct QDPlaneInfo *pi,LONG x,LONG y,WORD *data);